home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
free_sty.swf
/
scripts
/
DefineSprite_624
/
frame_2
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
422b
|
22 lines
switch(this.ti)
{
case "Γåô":
this.d._alpha = 100;
this.d._rotation = 0;
break;
case "Γåæ":
this.d._alpha = 100;
this.d._rotation = 180;
break;
case "←":
this.d._alpha = 100;
this.d._rotation = 90;
break;
case "→":
this.d._alpha = 100;
this.d._rotation = -90;
break;
case "SPACE":
this.s._alpha = 100;
}